home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmj
/
Source
/
NumberTile.cc
< prev
next >
Wrap
Text File
|
1991-03-17
|
154b
|
20 lines
/*
$Author$
$Header$
*
$Log$
*/
#import "NumberTile.h"
void NumberTile::drawImage( NXPoint aPoint ) {
compositeImage( aPoint, NX_COPY );
}